"

Set 9 Problem number 1


Problem

Find the x and y coordinates of an object's position at t = 4.9 seconds and at t = 9.55 seconds, given that at t = 0 seconds its angular position is 0 radians, and that it moves at constant angular velocity around a circle of radius 8.3 meters, making a revolution every 8.5 seconds. 

Solution

Moving through a revolution, which corresponds to angular displacement `dTheta = 2 `pi radians, in 8.900 seconds, the object will have an angular velocity of

`omega = `dTheta / `dt = 2 `pi radians/( 8.5 seconds) = .7392 radians/second.

After 4.9 seconds, starting the clock at 0 radians when t = 0, the angular position will be `theta1 = `omega * 4.9 = ( .7392 radians/second)( 4.9 seconds) = 3.62208 radians.

On a circle of radius 8.3 meters, the x and y coordinates will therefore be

x1 = 8.3 meters * cos( 3.62208 radians) = -7.361 meters

and

y1 = 8.3 meters * sin( 3.62208 radians) = -3.837 meters.

After 9.55 seconds, the angular position will be

`theta2 = `omega * 9.55 = .7392 radians/second( 9.55 seconds) = 7.05936 radians.

On a circle of radius 8.3 meters, the x and y coordinates will therefore be

x2 = 8.3 meters * cos( 7.05936 radians) = 5.922 meters

and

y2 = 8.3 meters * sin( 7.05936 radians) = 5.814 meters.

Generalized Solution

Generalized Response: If an object moves through angle `dTheta in time `dt at constant angular velocity, then its angular velocity is

angular velocity = `omega = `dTheta / `dt.

If the object starts from the positive x axis at clock time t = 0, then by clock time t1 it will have moved through angular displacement

`theta1 = `omega * t1.

If the circle has radius r, then by the circular definitions of the sine and cosine functions the x and y coordinates relative to the center of the circle will be

x1 = r * cos(`theta1)

and

y1 = r * sin(`theta1).

At time t2 the angular positioni will be

`theta2 = `omega * t2

and the coordinates will be

x2 = r * cos(`theta2)

and

y2 = r * sin(`theta2).

Explanation in terms of Figure(s), Extension

The figure below shows a circle of radius r, with the standard starting position indicated. The angular velocity `omega is calculated from the known angular displacement and required time, and is indicated by the moving red radial line. The angular positions `theta1 and `theta2 are indicated, as are the corresponding x and y coordinates.

Figure(s)

x_and_y_pos_on_ref_circle.gif (6221 bytes)

"